More java/saxon goo for building from docbook.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 31 Oct 2005 23:52:37 +0000 (23:52 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 31 Oct 2005 23:52:37 +0000 (23:52 +0000)
gpsbabel/Makefile

index 10b173837a2c2e048e0df9f149e31ef01246336e..2482eb38a77bdcf5a5138b033436cb5b8a6ddaf2 100644 (file)
@@ -116,10 +116,15 @@ dep:
 # source file and on this command like.  (Ick.)
 # Requires CLASSPATH be exported to include full path to saxon.jar.
 # (typically /usr/share/java on a Linux system.)
-readme.html: readme.xml
-       java  com.icl.saxon.StyleSheet  $<  /usr/share/sgml/docbook/xsl-stylesheets-1.68.1-1/xhtml/docbook.xsl > $@
+readme.html: readme.xml 
+       java  com.icl.saxon.StyleSheet $< \
+       /usr/share/sgml/docbook/xsl-stylesheets-1.68.1-1/xhtml/docbook.xsl \
+       html.stylesheet="http://www.gpsbabel.org/style3.css" > $@
 
-doc: readme.html
+readme.txt: readme.html
+       lynx -nolist -dump readme.html  > $@
+
+doc: readme.html readme.txt
 
 release: 
        cvs commit